summaryrefslogtreecommitdiff
path: root/src/pages/[locale]
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2025-03-13 21:11:18 +0000
committerGitHub <noreply@github.com>2025-03-13 21:11:18 +0000
commit206e3938156216f0fb4fb993ae74c20ea78f8698 (patch)
treeb810445126e3f841b6302b8cd208dc0c9bafb7c2 /src/pages/[locale]
parent1a5fe34edc968e7e55f94e852cc73eb996bcacfd (diff)
parent2431da0dac8f7f4e24065315efcac3ef1543bd20 (diff)
Merge pull request #118 from joeacarstairs/staging
open submissions to 107
Diffstat (limited to 'src/pages/[locale]')
-rw-r--r--src/pages/[locale]/submit.astro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro
index 599b9b6..5415854 100644
--- a/src/pages/[locale]/submit.astro
+++ b/src/pages/[locale]/submit.astro
@@ -16,6 +16,8 @@ const t = translate(locale);
<Page title={t(tPage, { key: 'title' })}>
<section>
<h2 set:html={t(tPage, { key: 'title' })} />
- <p set:html={t(tPage, { key: '105-submissions-full' })} />
+ <p set:html={t(tPage, { key: 'submit-para-1' })} />
+ <p set:html={t(tPage, { key: 'submit-para-2' })} />
+ <p set:html={t(tPage, { key: 'submit-para-3' })} />
</section>
</Page>